Add supports_native_bg to GdkWindowImpl
authorAlexander Larsson <alexl@redhat.com>
Tue, 3 Nov 2009 14:38:35 +0000 (15:38 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 5 Nov 2009 11:52:12 +0000 (12:52 +0100)
commit39993f147f05a3711b415635c592200f28db5dcd
tree4ba7b59888e393733f5805b590781a8aa75ce908
parent4cd5c9894268966d4d8a2586a7d5a7c5c440ee33
Add supports_native_bg to GdkWindowImpl

Backends that support native window background setting (and that clears
new window areas to this color/pixmap) should set this to true.

Currently only X11 supports this.
gdk/gdkwindowimpl.h
gdk/x11/gdkwindow-x11.c